body{
    padding: o;
    margin: 0;
    background-color: #eef6ff;
}
header{
    background-color: #0000ff;
    color: #ffffff;
    width: 100%;
    position: fixed;
}
.website-header{
    margin-left: 25%;
    height: 110px;
    display:flex;
    flex-wrap: wrap;
    font-family: arial;
    color: #ffff00;
}
.website-header img{
    margin-bottom: auto;
    margin-right: 30px;
    margin-top: 5px;
    width: 100px;
    height: 100px;
}
.head{
    display: block;
    font-size: large;
    margin-top: 20px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.head .donatie button:hover{
    cursor: pointer;
}
.navbar ul{
    font-family: arial;
    background-color: #008000;
    color: #000000;
    text-align: center;
    display: inline-flex;
    list-style: none;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10px;
}
.navbar ul li{
    width: 100px;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
}
.navbar ul li a{
    text-decoration: none;
    color: #ffffff;
}
.active, .navbar ul li:hover{
background-color: #0000ff;
border-radius: 5px;
}
.sub-menu-1{
    display: none;
}
.navbar ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
}
.navbar ul li:hover .sub-menu-1 ul{
display: block;
margin: auto;
text-align: left;
}
.navbar ul li:hover .sub-menu-1 ul li{
    width: 150px;
    padding: 5px;
    border-bottom: 1px dotted #ffffff;
    background: transparent;
    border-radius: 0;
    margin-left: 5px;
}
.navbar ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.navbar ul li:hover .sub-menu-1 ul li a:hover{
    color: #0000ff;
}
.fa-angle-rigth{
    float: right;
}

.all{
    padding-top: 15%;
}

.get-involved-statement{
    text-align: center;
    font-family: arial;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-color: #0000e1;
    border-style: solid;
}
.get-involved-statement a:hover{
    color: #008000;
    border-color: hsl(240, 100%, 50%);
    border-style: dotted;
    padding: 5px;
    border-radius: 20px;
}
.make-a-change .image{
    text-align: center;
}
.make-a-change a:hover{
    color: #0000e1;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 20px;
}
.make-a-change p{
    text-align: center;
    font-family: arial;
    background-color: #90ee90;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
}
.team-work{
    text-align: center;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    background-color: #e1e100;
    color: #0000ff;
    width: 800px;
    padding: 5px;
    border-radius: 15px;
    margin-left: 280px;
}
.team-work a:hover{
    color: #e1e1e1;
    background-color: rgb(0, 0, 225);
    padding: 5px;
    border-radius: 5px;
}
.team-work-statement{
    font-size: 18px;
    margin: 10px;
    margin-top: 0px;
    font-family: arial;
    width: 40%;
    height: 20%;
    margin-left: 400px;
    background-color: #90ee90;
    padding: 20px;
}
.image1{
    text-align: center;
}
.become-a-fundraiser{
    text-align: center;
    color: #ffff;
    font-size: 20px;
    font-family: arial;
    padding: 18px;
    background-color: rgba(0, 0, 0, 0.7);
}
.become-a-fundraiser a{
    color: #ffff00;
}
.become-a-fundraiser a:hover{
    color: rgb(225, 225, 0);
    background-color: rgb(0, 0, 225);
    padding: 5px;
    border-radius: 5px;
}
.play-your-part{
    font-family: arial;
    background-color: rgb(225, 225, 0);
    padding: 2px;
    margin-top: 30px;
    text-align: center;
}
.play-your-part-statement{
    font-size: 18px;
    font-family: arial;
    background-color: rgb(144, 238, 144);
    color: #0000ff;
    padding: 20px;
    margin: 20px;
    margin-top: 0px;
}
.play-your-part-statement a:hover{
    color: #ffffff;
}
.play-your-part-statement .stressed{
    background-color: #000000;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.link{
    font-family: arial;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
}
.link a:hover{
    color: #008000;
}
.marquee{
    font-weight: bold;
    font-family: arial;
}

.linkedd{
    background-color: green;
    padding: 10px;
    margin-top: 10px;
}

.footer{
    padding: 20px;
    text-align: center;
    font-size: 15px;
    background-color: #ffffff;
}
.foot{
    background-color: #000000;
    margin-top: 50px;
}

footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 50px;
    padding: 10px 30px 30px 10px;
    width: 100%;
    background-color: #fff;
}

footer1 .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer1 .logo{
    margin-bottom: 30px;
    margin-top: 40px;
}

footer1 h2{
    font-size: 14px;
    margin-top: 40px;
}

footer1 p{
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #000000;
}

footer1 a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s;
}

footer1 .follow{
    margin-top: 20px;
}

footer1 .follow .icon img{
    padding-right: 6px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

footer1 .follow .icon{
    padding: 10px 10px;
}

footer1 .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
}

footer1 .install .row1 img{
margin-right: 10px;
}

footer1 a:hover{
    color: #000fff;
    text-decoration: underline;
}

.copyright p{
    font-size: 13px;
    width: 100%;
    color: #088178;
    text-align: center;
}


@media all and (max-width: 1000px){
    .website-header{
        margin-top: 10px;
        margin-bottom: 50%;
        color: #fff;
        display: inline-block;
        margin-left: 0px;
       }

       .website-header img{
        margin-left: 25%;
        width: 50%;
        height: 320%;
       }

       .website-header h1{
        font-size: 60px;
        margin-left: 75px;
       }

       .website-header .head{
        font-size: 40px;
       }

       .navbar ul{
        display: inline-flex;
        margin-left: 0px;
        font-size: 30px;
        padding-left: 0px;
       }

       .head .donatie button{
        padding: 2%;
        font-size: 100%;
        font-weight: bold;
        background-color: #ffff00;
        color: #000fff;
        border-radius: 5px;
    }

    .head .donatie button:hover{
        background-color: #fff;
    }

       .all{
        padding-top: 85%;
       } 
       
       .get-involved-statement{
        font-size: 50px;
        margin-left: 60px;
       }
    .make-a-change{
        display: block;
        margin-left: 10px;
        width: 100%;
    }

    .make-a-change p{
        font-size: 50px;
    }
    .image .jpg{
        width: 400px;
        height: 300px;
        text-align: left;
        margin-left: 250px;
    }
    .team-work{
        margin-left: 28%;
        width: 40%;
        font-size: 50px;
    }
    .team-work-statement{
        text-align: left;
        margin-left: 15px;
        width: 100%;
        font-size: 50px;
    }
    .image1 .jpg{
        width: 300px;
        height: 200px;
    }

    .become-a-fundraiser h3{
        font-size: 50px;
    }

    .become-a-fundraiser p2{
        font-size: 50px;
    }

    .play-your-part h4{
        font-size: 50px;
    }

    .play-your-part-statement{
        font-size: 50px;
    }

    .play-your-part-statement .stressed{
        font-size: 50px;
    }

    .marquee{
        font-size: 50px;
    }

    .link{
        font-size: 50px;
    }

    .footer{
        font-size: 40px;
       }

       footer1{
        display: block;
        align-items: center;
        margin-left: 40px;
       }

       footer1 p{
        font-size: 50px;
       }

       footer1 h2{
        font-size: 50px;
       }

       footer1 a{
        font-size: 50px;
       }
}